home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
DE_SerialSolutions2.0
/
Reader<3.0>
/
MyObject.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-11
|
182 b
|
16 lines
#import <appkit/appkit.h>
@interface MyObject:Object
{
id theTextField;
id theReader;
}
- init;
- appDidInit:sender;
- appWillTerminate:sender;
- targetForReader:sender;
@end;